@charset "UTF-8";
body {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  background-color: #FFFFFF;
  color: #444444;
  line-height: 1.45;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header-inner {
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu__logo {
  margin-right: 91px;
  position: relative;
  z-index: 800;
}
@media screen and (max-width: 1200px) {
  .header-menu__logo {
    margin-right: 29px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .header-menu__logo {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
}

.nav-list {
  height: auto;
  display: flex;
  align-items: center;
  vertical-align: middle;
  gap: 29px;
}
@media screen and (max-width: 992px) {
  .nav-list {
    gap: 20px;
  }
}
.nav-list__item {
  font-weight: 800;
  font-size: 16px;
  color: #444444;
}

.reserve-box {
  display: block;
  width: 170px;
  height: 54px;
  background-color: #978F10;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reserve-box {
    display: none;
  }
}
.reserve-box__logo {
  margin-right: 10px;
}
.reserve-box__title {
  font-weight: 800;
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 2px;
}

.toggle-nav {
  width: 100%;
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .toggle-nav {
    display: none;
  }
}
.toggle-nav__btn {
  position: absolute;
  top: 16px;
  right: 36px;
  background-color: transparent;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  flex-flow: column;
  padding: 15px 0;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .toggle-nav__btn {
    top: 6px;
  }
}
.toggle-nav__btn_border {
  display: inline-block;
  margin: auto auto;
  transition: all 0.4s;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background-color: #444444;
}
.toggle-nav__btn_border:nth-of-type(1).active {
  transform: translateY(6px) rotate(-45deg);
}
.toggle-nav__btn_border:nth-of-type(2).active {
  opacity: 0;
}
.toggle-nav__btn_border:nth-of-type(3).active {
  transform: translateY(-6px) rotate(45deg);
}
.toggle-nav__inner {
  position: relative;
  display: none;
  opacity: 0;
  background-color: #C6C6C6;
  z-index: 9;
  height: 100vh;
  width: 100%;
  padding-top: 90px;
  transition: all 0.8s;
}
.toggle-nav__inner.active {
  display: block;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.toggle-nav__list {
  width: auto;
  height: 90%;
  margin-left: 10%;
  padding-top: 20px;
  padding-left: 30px;
  border-left: 1px solid #444444;
}
.toggle-nav__fv-logo {
  height: 55px;
  width: 55px;
}
.toggle-nav__nav-logo {
  margin-bottom: 36px;
}
.toggle-nav__item {
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  margin-bottom: 40px;
}
.toggle-nav__reserve-box {
  position: absolute;
  display: flex;
  left: calc(50vw - 85px);
  bottom: calc((100vh - 90px) * 0.1);
}

/*フェードインアニメ*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
.footer {
  background-image: url(../../images/gradient-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 59px;
}
@media screen and (max-width: 576px) {
  .footer {
    padding-top: 25px;
  }
}
.footer__inner {
  padding-bottom: 75px;
}
@media screen and (max-width: 576px) {
  .footer__inner {
    padding-bottom: 30px;
  }
}
.footer__contents-box {
  width: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 89px;
}
@media screen and (max-width: 576px) {
  .footer__contents-box {
    margin-bottom: 30px;
  }
}
.footer__contents-box__item {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  color: #444444;
  letter-spacing: 0.2em;
}
.footer__ttl-box {
  width: 100%;
  text-align: center;
  margin-bottom: -23px;
}
.footer__ttl-box__logo {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.footer__ttl-box__ttl {
  font-weight: 900;
  font-size: 32px;
  color: #444444;
  line-height: 48px;
  margin-bottom: 44px;
}
@media screen and (max-width: 576px) {
  .footer__ttl-box__ttl {
    margin-bottom: 20px;
  }
}
.footer__ttl-box__info {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 16px;
  margin-bottom: 23px;
}

.copyright-box {
  width: 100%;
  height: 60px;
  background-color: #000000;
  text-align: center;
  line-height: 58px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.content__topic-path {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.content__topic-path__list {
  margin: 0;
  padding-right: 5px;
}

.content__topic-path__list-item {
  text-decoration: none;
  color: #000;
  /* 他のリンクの色 */
}

.content__topic-path__list-item_current {
  color: #000;
  /* 現在のページのリンク色 */
}

.content__topi-path__list-item:hover {
  text-decoration: underline;
}

.flatpickr {
  width: 100%;
  height: 100%;
}

.reserveWindow-ttl {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  line-height: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 33px;
}
@media screen and (max-width: 576px) {
  .reserveWindow-ttl {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.reserveWindow__item {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 16px;
  margin-bottom: 12px;
}
.reserveWindow__item-ttl {
  display: inline-block;
  margin-bottom: 16px;
}
.reserveWindow__item-ttl_sub {
  font-size: 13px;
  display: inline-block;
}
.reserveWindow__item-inputField {
  width: 100%;
  height: 32px;
  border: 1px solid #C6C6C6;
}
.reserveWindow__item-input {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #444444;
  padding: 8px 9px;
}
.reserveWindow__submit {
  display: block;
  width: 198px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #C6C6C6;
  margin-top: 64px;
}
@media screen and (max-width: 576px) {
  .reserveWindow__submit {
    margin-top: 30px;
  }
}
.reserveWindow__submit-btn {
  font-weight: 500;
  font-size: 16px;
  color: #444444;
  line-height: 40px;
}

.modalArea {
  visibility: hidden;
  /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 10000;
  /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.8);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 550px;
  height: 600px;
  padding: 27px 60px 90px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .modalWrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) and (max-width: 576px) {
  .modalWrapper {
    height: 500px;
  }
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.is-show {
  /* モーダル表示用クラス */
  visibility: visible;
  opacity: 1;
}

/* モーダルCSSここまで *//*# sourceMappingURL=common.css.map */